adTempus API
|
Gets the peak memory usage (in bytes) for the process run by the step.
__property long* MemoryUsage;
long* MemoryUsage;
Property MemoryUsage() As long*
0
Memory usage is available only for steps that execute a ProgramExecutionTask, ScriptTask, or CustomTask. Memory usage is not recorded for other tasks and will always be 0.
This property reports the peak (maximum) memory usage and is available only after the step completes. If you need to determine memory usage while the process is still running, use the ProcessID in a call to the Windows API GetProcessMemoryInfo function.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|